Slider

Slider A Slider object is a sliding scale that can be used to set a value.

The MinimumEq and MaximumEq properties set the low and high ends, respectively, of the scale. These values must be constant.

Regardless of the scale, the number of ticks is set using the TickFrequency property. That is, ticks are not calculated based on the range. Display of ticks is set using the AutoTicks property. The TickStyle property positions the ticks on the top or bottom, left or right, depending upon the object’s orientation.

Script is required for an action to occur when using a Slider object. See Using a Slider.

CygNet Studio also has the following similar tools:

Slider Tool

Slider Tool, which displays a slider used for UIS commands that require an analog value.

Slider Switch Tool

Slider Switch Tool, which displays a slider used for multi-state (enumerated) command values.

Sliding Scale Tool

Sliding Scale Tool, which displays a slider showing a value within a given span.


More: